CxVhsEditor Object
The CxVhsEditor object is a dialog box-based editor for the Value History Service (VHS). Declare the object using the following code:
|
CreateObject("CxEditors.CxVhsEditor") |
Each method in this document will assume you have declared and connected the CxVhsEditor object using the following code:
|
Dim VhsEditor Set VhsEditor = CreateObject("CxEditors.CxVhsEditor") VhsEditor.Connect("CYGDEMO.VHS") |
More:


